﻿@charset "UTF-8";
/*css 初始化 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin:0; padding:0; }
fieldset, img,input,button,textarea { border:none; padding:0;margin:0;outline-style:none; }
ul, ol ,li{ list-style:none; }
input,textarea,button {padding-top:0; padding-bottom:0; font-family: "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1";}
select, input { vertical-align:middle;}
select, input, textarea {font-size:14px; margin:0; }
textarea { resize:none; }
img {border:0;	vertical-align:middle; }
table { border-collapse:collapse; }
body {
    font:14px/150% Arial,Verdana,"\5FAE\8F6F\96C5\9ED1";
    color:#000;
    background:#fff;
    width:100%;
    max-width:1440px;
    min-width: 1000px;
    margin:0 auto;
}
.clearfix:before,.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after{clear:both;}
.clearfix{
    *zoom:1;/*IE/7/6*/
}
a {color:#000; text-decoration:none; }
a:hover{}
h1,h2,h3,h4,h5,h6 {text-decoration:none;font-weight:normal;font-size:100%;}
s,i,em{font-style:normal;text-decoration:none;}
.col-red{color:#f20000;}

/*公共类*/
.w {width: 1000px; margin:0 auto;  }
.fl {float:left;}
.fr {float:right;}
.tal {text-align:left;}
.tac {text-align:center;}
.tar {text-align:right;}
.hide {display:none;}

/*顶部样式*/
.top{
    height: 40px;
    line-height: 40px;
    background-color: #dcdcdc;
}
.top a{
    float: left;
    width: 22px;
    height: 22px;
    margin: 9px 0 0 6px;
    background: url(../images/top.png) no-repeat 0 0;
}
.top .wx{ background-position: -24px 0; }
.top .phone{ background-position: -48px 0; }
#phone{
    font-size: 34px;
    line-height: 60px;
    width: 410px;
}

/*头部样式*/
.header{
    height: 100px;
}
.logo a{
    display: block;
    width: 311px;
    height: 70px;
    background: url(../images/logo.jpg) no-repeat center;
    text-indent: -100%;
    overflow: hidden;
    margin-top: 15px;
}
.header .fr{
    color: #333;
    text-align: right;
    line-height: 30px;
    margin-top: 20px;
}
.header .fr span{
    font-size: 18px;
    color: #f60d00;
    font-weight: 700;
}

/*导航样式*/
.nav{
    height: 45px;
    background-color: #fd2100;
}
.nav ul{width: 1200px;}
.nav li{
    float: left;
    width: 143px;
    text-align: center;
    color: #fff;
    position: relative;
    
}
.nav a{
    display: block;
    color: #fff;
    line-height: 25px;
    margin: 10px 0;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    margin-left: -1px;
    position: relative;
    z-index: 0;
}

.nav li:hover{
    background-color: #ff6633;
}
.nav li:hover a{
    border-color:#ff6633;
    z-index: 1;
}


.nav li .submenu{ position:absolute; display:none; top:45px; left:0px; background-color:#ff6633; z-index:999; border-top:1px solid #ffffff;}
.nav li .submenu a{ width:142px; height:30px; border:0px;}

.nav li:hover .submenu{ display:block; z-index:999;}

/*底部*/
.footer{
    background-color: #ececec;
    color: #333;
    padding: 30px 0 56px;
    margin-top: 30px;
    text-align: center;
}
.footer ul{
    width: 568px;
    margin: 0 auto;
}
.footer li a{
    float: left;
    width: 80px;
    border-left: 1px solid #333;
    line-height: 14px;
}
.footer .copyrignt{
    margin-top: 17px;
    border-top: 1px solid #333;
    padding-top: 13px;
    line-height: 26px;
}


/*404页面*/
.css404{
    width: 100%;
    height: 100%;
    background: url("../images/404.jpg") no-repeat center center;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.css404 ul{
    padding: 590px 0 190px;
}
.css404 li{
    position: absolute;
    width: 145px;
    height: 48px;
    line-height: 48px;
    background-color: #00b0ab;
    font-size: 22px;
    margin-right: 16px;
    left: 50%;
}
.css404 .fhsy{margin-left: -155px; }
.css404 .zxzx{margin-left: 8px; }
.css404 li a{ display: block; color: #fff;}

.gotop{ background: url(../images/query-tag.jpg) no-repeat bottom center; position: fixed; right: 1px; bottom: 96px; cursor: pointer;}


/* query-tag */
//.query-tag { position: fixed; right: 1px; bottom: 91px; z-index: 9998; }
.query-tag { position: fixed; right: 1px; bottom: 91px; z-index: 9998; margin-bottom:90px;  background: url(../images/query-tag.jpg) no-repeat 0 0;}
.query-tag a , .gotop{ display: block; width: 110px; height: 85px; margin-top: 1px; text-align: center; font-size: 14px; line-height: 130px; }
.query-cover { position: fixed; left: 0; top: 0; z-index: 10000; width: 100%; height: 100%; background: #000; opacity: 0.7; filter: alpha(opacity=70); display: none; }
.query-pop { position: fixed; left: 50%; top: 50%; z-index: 20000; width: 400px; height: 230px; padding-top: 15px; margin-left: -200px; margin-top: -120px; background: #fff; display: none; }
.query-pop .tel { overflow: hidden;}
.query-pop .tel .input-wrap,
.query-pop .tel .btn-wrap { float: left; }
.query-pop .tel .input-wrap { width: 188px; height: 39px; border-bottom: 1px solid #333;  margin-right: 10px; }
.query-pop .tel .btn-wrap { width: 120px; }
.query-pop .tel .input-wrap input { border: 0; height: 39px; line-height: 39px; padding: 0; font-size: 20px; }
.query-pop .tel,
.query-pop .net { padding: 0 40px; margin: 30px 0; }
.query-pop .btn-wrap a { background: #3598dc; border: none; color: #fff; cursor: pointer; display: block; width: 100%; font-size: 18px; height: 40px; line-height: 38px; text-align: center; }
.query-pop .tip { padding-bottom: 5px; }
.query-pop .close-btn { position: absolute; top: 10px; right: 10px; text-decoration: underline; color: #999; font-size: 12px; width: 25px; height: 25px; text-indent: -100em; overflow: hidden; background: url(../images/pop-closebtn.png) no-repeat center center; }
